home *** CD-ROM | disk | FTP | other *** search
/ The Big Day - Work Smarter - Learn How / The Big Day - Work Smarter - Learn How (Microsoft).BIN / local.js < prev    next >
Text File  |  2001-06-15  |  3KB  |  71 lines

  1. var ToolBar_Supported = ToolBar_Supported ;
  2. if (ToolBar_Supported != null && ToolBar_Supported == true)
  3. {
  4. //To Turn on/off Frame support, set Frame_Supported = true/false.
  5. Frame_Supported = false;
  6.  
  7. // Customize default ICP menu color - bgColor, fontColor, mouseoverColor
  8. setDefaultICPMenuColor("#000000", "white", "red");
  9.  
  10. // Customize toolbar background color
  11. setToolbarBGColor("white");
  12.  
  13. // display ICP Banner
  14. setICPBanner("bd2000logo1.gif","http://www.msbigday.com?target=/","MSBIGDAY Home Page") ; 
  15.  
  16. //***** Add ICP menus *****
  17. //Home
  18. addICPMenu("HomeMenu", "Home", "","BigDay.htm?target=/");
  19.  
  20. //WindowsFamilyMenu
  21. addICPMenu("WindowsFamilyMenu", "Windows Family", "","");
  22. addICPSubMenu("WindowsFamilyMenu","Windows 2000 Professional","windows_2000.htm?target=/");
  23. addICPSubMenu("WindowsFamilyMenu","Windows 2000 Server","windows_2000_server.htm?target=/");
  24. addICPSubMenu("WindowsFamilyMenu","Small Business Server 2000","sbs.htm?target=/");
  25. addICPSubMenu("WindowsFamilyMenu","Windows Me","windows_me.htm?target=/");
  26.  
  27. //OfficeFamilyMenu
  28. addICPMenu("OfficeFamilyMenu", "Office Family", "","");
  29. addICPSubMenu("OfficeFamilyMenu","Discover Office XP","office_xp1.htm?target=/");
  30. addICPSubMenu("OfficeFamilyMenu","Office XP Activation Wizard","OAW/800x600.avi?target=/");
  31. addICPSubMenu("OfficeFamilyMenu","Office 2000 Family","Office2000home.htm?target=/");
  32.  
  33.  
  34. //ProductsMenu
  35. addICPMenu("ProductsMenu", "Products", "","");
  36. addICPSubMenu("ProductsMenu","MapPoint2002","mappoint.htm?target=/");
  37. addICPSubMenu("ProductsMenu","bCentral","bcentral.htm?target=/");
  38. addICPSubMenu("ProductsMenu","Pocket Pc","pocket_pc.htm?target=/");
  39.  
  40. //FreeDownLoadsMenu
  41. addICPMenu("FreedownloadsMenu", "Downloads", "","");
  42. addICPSubMenu("FreedownloadsMenu","Free Programs","programs.htm?target=/");
  43.  
  44. //LinksandResourcesMenu
  45. addICPMenu("LinksandResourcesMenu", "Links and Resources", "","");
  46. addICPSubMenu("LinksandResourcesMenu","Quick Reference Guide","resources.htm?target=/links_&_resources.htm");
  47. addICPSubMenu("LinksandResourcesMenu","Licensing Information","antipiracy.htm?target=/");
  48. addICPSubMenu("LinksandResourcesMenu","Software Management","May 1999.htm?target=/");
  49. addICPSubMenu("LinksandResourcesMenu","Office Server Extensions","new_page_1.htm?target=/");
  50. addICPSubMenu("LinksandResourcesMenu","SmallBiz Case Studies","Case Studies1.htm?target=/");
  51. addICPSubMenu("LinksandResourcesMenu","Certification","certification.htm?target=/");
  52. addICPSubMenu("LinksandResourcesMenu","Networking Overview","networking.htm?target=/");
  53. addICPSubMenu("LinksandResourcesMenu","ASP Information","new_page_2.htm?target=/");
  54.  
  55. //Content
  56. addICPMenu("ContentMenu", "Content", "","");
  57. addICPSubMenu("ContentMenu","Main Slide Deck","maindeck.htm?target=/");
  58. addICPSubMenu("ContentMenu","Break Slide Deck","Break 1.htm?target=/");
  59. addICPSubMenu("ContentMenu","Trivia Slide Deck","Trivia.htm?target=/");
  60.  
  61. //Sponsors
  62. addICPMenu("SponsorsMenu", "Sponsors", "","Partners.htm?target=/");
  63. addICPSubMenu("SponsorsMenu","SoftChoice","http://www.softchoice.com?target=/");
  64. addICPSubMenu("SponsorsMenu","Compaq","http://www.compaq.com?target=/");
  65. addICPSubMenu("SponsorsMenu","New Horizons","http://www.newhorizons.com?target=/");
  66.  
  67.  
  68.  
  69.  
  70. }
  71.